home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Documentation / develop / Apple Event Objects and You / Apple Event Objects (code) / !! Design Limitations !! next >
Encoding:
Text File  |  1992-04-08  |  543 b   |  12 lines  |  [TEXT/KAHL]

  1. This application makes the following design assumptions in order to keep the code down
  2. to a managable size:
  3.   1) We only take "simple" specifiers, i.e. an object specifier which refers to a
  4.      single object by index or by name.
  5.  
  6.   2) Unless otherwise noted, the Apple event handlers will not take a list of
  7.      object specifiers.
  8.  
  9.   3) None of the Apple event handlers will take an object specifier unless the
  10.      Apple event Registry explicitly calls for one. (This goes against the
  11.      "any parameter can be an object specifier" rule.)
  12.